/* header部分样式 */


/* #region */

.header .header-content,
.main .main-container {
    width: 1380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    height: 80px;
    background-color: #fcfdfd;
    border-bottom: 1px solid #f2f2f2;
}

.header a {
    color: #333333;
}

.header .header-logo {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header .header-logo img {
    width: 100%;
    height: 100%;
}

.header ul {
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 124px;
}

.header ul li a {
    color: #000;
}

.header ul li a:hover,
.header .header-right .index a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.header .header-right {
    width: 18%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.header .header-right .city {
    width: 100px;
    height: 32px;
    display: flex;
}

.header .header-right .city .left {
    width: 70px;
    height: 100%;
    background-color: #f2f2f2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-right .city .right {
    width: 30px;
    height: 100%;
    background-color: #ff6600;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-right .city img {
    width: 12px;
    height: 8px;
}

.header .header-right .download a {
    color: #ff6600;
}


/* #endregion */


/* main部分样式 */


/* 导航 */


/* #region */

.main-nav {
    width: 100%;
    height: 50px;
    margin-top: 25px;
    background-color: #333333;
    display: flex;
    align-items: center;
}

.main-nav li {
    width: 10%;
    text-align: center;
    padding-bottom: 4px;
}

.main-nav li.sitename {
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
}

.main-nav li.sitename a {
    color: #fff;
    font-size: 20px;
}

.main-nav li:first-child {
    width: 120px;
    height: calc(100% - 4px);
    background-color: #fb531c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-nav a {
    color: #dbdbdb;
}

.main-nav a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.main-nav a img {
    width: 78px;
    height: 26px;
    margin-top: 5px;
}


/* #endregion */


/* 搜索 */


/* #region */

.main-search {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.main-search .left {
    font-size: 26px;
    margin: 0 30px 0 20px;
    color: #666666;
}

.main-search .right {
    width: 674px;
    height: 100%;
    position: relative;
}

.main-search .right form {
    width: 100%;
    height: 100%;
}

.main-search .right .search-input {
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px;
    border: 1px solid #666666;
    border-radius: 12px;
}

.main-search .right img,
.main-search .right .search-submit {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.main-search .right .search-submit {
    width: 50px;
    height: 100%;
    z-index: 1;
    right: 0;
    background-color: transparent;
}


/* #endregion */


/* 主体内容样式 */


/* 主体左侧top */


/* #region */

.main-content {
    width: 100%;
    margin-top: 30px;
    display: flex;
}

.main-left-top,
.main-catalog,
.article-content,
.main-recommend,
.rmtjnei {
    border-radius: 6px;
    background-color: #fff;
}

.main-left {
    width: 990px;
    margin-right: 30px;
}

.main-left .main-left-top {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 40px;
    position: relative;
}

.main-left-top .top-breadcrumb {
    display: flex;
    color: #444444;
    line-height: 19px;
    font-size: 12px;
}

.main-left-top .top-breadcrumb a {
    font-size: 12px;
    color: #444444;
    margin: 0 2px;
}

.main-left-top .top-breadcrumb span {
    color: #444444;
    margin: 0 2px;
}

.main-left-top .top-breadcrumb a:hover {
    color: red;
    text-decoration: underline;
}

.main-left-top .top-title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 25px;
    width: 700px;
}

.main-left-top .top-time {
    margin-top: 20px;
}

.main-left-top .top-time span {
    font-size: 14px;
    color: #999999;
    margin-right: 12px;
}

.main-left-top .top-time a {
    font-size: 14px;
    color: #2f80ed;
}

.main-left-top .top-time a:hover {
    text-decoration: underline;
}

.main-left-top .download {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
}

.main-left-top .download img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.main-left-top .download a {
    font-size: 18px;
    color: #2f80ed;
    font-weight: 700;
}

.main-left-bottom {
    width: 100%;
    margin-top: 30px;
    display: flex;
}

.main-left-bottom .main-catalog {
    width: 120px;
    min-height: 635px;
    margin-right: 30px;
    text-align: center;
    font-size: 14px;
}

.main-left-bottom .main-article {
    width: calc(100% - 150px);
}

.main-left-bottom .article-content,
.main-recommend,
.rmtjnei {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 28px;
}

.no-bottom-padding {
    padding-bottom: 0;
}


/* #endregion */


/* 左侧目录样式 */


/* #region */

.main-left-bottom .main-catalog .title {
    width: 100%;
    padding: 14px 0 6px 0;
    position: relative;
}

.main-left-bottom .main-catalog .title::after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #bdbdbd;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-left-bottom .main-catalog .catelog-item {
    margin: 12px 0;
    cursor: pointer;
}

.main-left-bottom .main-catalog .catelog-item a {
    color: inherit;
    font-size: inherit;
}

.main-left-bottom .main-catalog .share {
    margin-top: 24px;
}

.social-share {
    margin: 20px 0;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


/* #endregion */


/* 文章部分样式 */


/* #region */

.article-panel {
    width: 100%;
    margin-top: 42px;
    color: #404040;
}

.tabBody h2,
.article-panel .title,
.main-recommend .title {
    font-weight: 700;
    padding: 6px 0;
    border-bottom: 2px solid #404040;
    font-size: 16px;
}

.article-content p,
.article-panel p {
    margin: 16px 0;
    line-height: 32px;
}

.article-content table{
	word-break: break-all;
}

.article-content table,
.article-content img { max-width:100%;}

.article-content .strong .article-panel .strong {
    font-weight: 700;
}

.article-panel .light {
    font-weight: 700;
    color: #d6370f;
}

.article-content a,
.article-panel a {
    color: #2f80ed;
}

.article-content a:hover,
.article-panel a:hover {
    text-decoration: underline;
}


/* #endregion */


/* 轮播图样式 */


/* #region */

.carousel {
    width: 550px;
    margin: 0 auto;
    border-radius: 12px;
}

.carousel img {
    width: 100%;
    height: 100%;
}

.carousel .el-carousel__button {
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel .is-active .el-carousel__button {
    width: 14.5px;
    height: 5.5px;
    border-radius: 20px;
    background-color: #1250a5;
}


/* #endregion */


/* 相关推荐样式 */


/* #region */

.main-recommend {
    margin-top: 30px;
}

.main-recommend .title a {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin: 0 0 0 16px;
}

.main-recommend .title a:hover {
    color: #ff6600;
}

.main-recommend .recommend-content {
    width: 100%;
    margin-top: 16px;
}

.main-recommend .recommend-content .list {
    overflow: hidden;
    line-height: 30px;
}

.main-recommend .recommend-content .list li p {
    display: none;
}

.main-recommend .recommend-content .list li {
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    float: left;
}

.main-recommend .recommend-content .list li::before,
.main-right .content-panel .list li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fb531c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.main-recommend .recommend-content .list a {
    margin-left: 16px;
    font-size: 14px;
    color: #404040;
}

.main-recommend .recommend-content .list a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.main-recommend .recommend-content .pagination-next {
    display: block;
    margin-top: 16px;
    overflow: hidden;
    clear: both;
}

.main-recommend .recommend-content .pagination-next li {
    width: 358px;
    height: 40px;
    background-color: #fff7f4;
    box-sizing: border-box;
    padding-left: 24px;
    font-size: 13px;
    color: #666666;
    position: relative;
    float: left;
    margin: 0 15px 0 1px;
    line-height: 40px;
    overflow: hidden;
}

.main-recommend .recommend-content .pagination-next a {
    font-size: 13px;
    color: #666666;
    margin-left: 0;
}

.main-recommend .recommend-content .pagination-next li::before {
    content: '';
    width: 8px;
    height: 100%;
    background-color: #fb531c;
    position: absolute;
    left: 0;
}

.main-recommend .recommend-list {
    width: 100%;
}

.main-recommend .recommend-list li {
    width: 100%;
    height: 90px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.main-recommend .recommend-list li:last-child {
    border-bottom: none;
}

.main-recommend .recommend-list li .list-title a {
    font-size: 18px;
    color: #404040;
    line-height: 30px;
}

.main-recommend .recommend-list li .list-title a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.main-recommend .recommend-list li .source,
.main-recommend .recommend-list li .time {
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 16px;
}

.main-recommend .recommend-list li .time {
    left: unset;
    right: 0;
}

.rmtjnei {
    margin-top: 30px;
}

.rmtjnei .guess_title span {
    font-weight: 700;
    padding: 6px 0;
    border-bottom: 2px solid #404040;
    display: block;
}

.rmtjnei .tjnewsrcontent {
    width: 100%;
}

.rmtjnei .tjnewsrcontent li {
    width: 100%;
    height: 90px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.rmtjnei .tjnewsrcontent li:last-child {
    border-bottom: none;
}

.rmtjnei .tjnewsrcontent li h3 a {
    font-size: 18px;
    color: #404040;
    line-height: 30px;
    font-weight: normal;
}

.rmtjnei .tjnewsrcontent li .h3 a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.rmtjnei .tjnewsrcontent li i,
.rmtjnei .tjnewsrcontent li span {
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 16px;
    font-style: normal;
}

.rmtjnei .tjnewsrcontent li i {
    left: unset;
    right: 0;
}

.statement {
    width: 100%;
    color: #999999;
    font-size: 14px;
    margin: 30px 0;
    line-height: 20px;
}


/* #endregion */


/* 右侧内容样式 */


/* #region */

.main-right {
    width: calc(100% - 1020px);
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 24px;
}

.main-right .download {
    display: flex;
    margin: 48px 0 35px 0;
}

.main-right .download .text {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.main-right .download img {
    width: 40px;
    height: 40px;
}

.main-right .download a {
    font-size: 12px;
    color: #666666;
}

.main-right .download a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.main-right .content-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    border-top: 1px solid #ececec;
}

.main-right .content-panel .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #404040;
    position: relative;
}

.main-right .content-panel .title::before {
    content: '';
    width: 8px;
    height: 24px;
    background-color: #fb531c;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.main-right .content-panel .img-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-right .content-panel .img-list li {
    width: 46.5%;
}

.main-right .content-panel .img-list li img {
    width: 100%;
    height: 105px;
    margin-top: 8px;
}

.main-right .content-panel .img-list li a,
.main-right .content-panel .num-list li a,
.main-right .content-panel .list li a {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.main-right .content-panel .img-list li a:hover,
.main-right .content-panel .num-list li a:hover,
.main-right .content-panel .list li a:hover {
    color: #ff6600;
}

.main-right .content-panel .img-list li .list-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-right .content-panel .num-list {
    margin-top: 8px;
}

.main-right .content-panel .num-list li,
.main-right .content-panel .list li {
    display: flex;
    align-items: center;
}

.main-right .content-panel .num-list li a,
.main-right .content-panel .list li a {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-right .content-panel .num-list img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.main-right .content-panel .list li {
    padding-left: 16px;
    position: relative;
}


/* #endregion */


/* 导航 */


/* #region */


/* #endregion */

.to-top {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: fixed;
    right: 12%;
    bottom: 6%;
}

.to-top-enter {
    opacity: 0;
}

.to-top-enter-active {
    transition: opacity 1s;
}

.to-top-leave-to {
    opacity: 0;
}

.to-top-leave-active {
    transition: opacity 1s;
}


/*兼容旧模板样式*/

.yq-pic-box a {
    margin-bottom: 5px;
    display: block;
}

.yq-pic-box img {
    width: 312px;
}

.bottom {
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    color: #CCCCCC !important;
    text-align: center;
    background: #666 !important;
    border-top: 1px solid #444;
    clear: both
}

.bottom a {
    color: #CCCCCC
}

.bottom a:hover {
    color: #eeeeee
}

.bottom #wxbox {
    color: #000000;
}

.view_city_index {
    text-align: right;
    clear: both;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: 0;
}

.view_city_index a {
    background: url(/favicon.ico) no-repeat left center;
    padding-left: 20px;
    line-height: 32px;
    font-size: 12px;
    display: block;
    float: right;
}

.nav-fixed {
    position: fixed;
    top: 0;
}

#export_content {
    position: fixed;
    top: 0px;
    width: 760px;
    margin-left: 180px;
    margin-right: 300px;
    padding: 24px 28px;
    line-height: 34px;
    font-size: 16px;
}

.border-box {
    border-radius: 6px;
    background-color: #FFFFFF;
}

.site-keywords {
    clear: both;
    margin: 20px auto 0 auto;
    color: #333;
}

.site-keywords a {
    clear: both;
    display: inline-block;
    font-size: 13px;
    color: #999;
    padding: 5px 8px;
}

.site-keywords a:hover {
    color: #cc0000;
}

.pagination {
    /*height: 28px;*/
    margin: 20px auto;
    /*padding-bottom: 10px;*/
    text-align: center;
    clear: both;
    overflow: hidden;
}

.pagination a {
    /*float: left;*/
    margin: 0 2px;
    border: 1px solid #444;
    background: #666;
    padding: 6px 12px;
    font-weight: bold;
    font-family: "Microsoft YaHei", "SimSun", "Arial Narrow";
    font-size: 14px;
    color: #ddd;
    display: inline-block;
}

.pagination a:hover {
    border: 1px solid #f60
}

.pagination a.active {
    color: #ffff00;
    border: 1px solid #333;
    background: #cc0000;
}

.pagination-with-title {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
    text-align: left;
}

.pagination-with-title h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    margin: 10px 0 10px 7px;
    border-left: 5px solid #999;
    padding: 0;
    padding-left: 9px;
    text-align: left;
}

.pagination-with-title ul li {
    font-size: 14px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    width: 355px;
    height: 30px;
    margin-right: 10px;
    padding-left: 20px;
    color: #666;
    background: url(/template/v2015/images/dot.gif) no-repeat center left
}

pagination-with-title ul li a:hover {
    text-decoration: underline
}

.pagination-with-title ul li a.active {
    text-decoration: none;
    color: #f60;
}

.leading {
    clear: both;
    font-size: 16px;
    line-height: 27px;
    padding: 0px 10px;
    color: #777;
    border: 1px solid #ebeaea;
    background: url(/template/v2015/images/leading.gif);
}

@media (max-width: 1440px) {
    body,
    html,
    #app {
        min-width: 1200px;
    }
    .header .header-content,
    .main .main-container {
        width: 1200px;
    }
    .main-left {
        width: 850px;
    }
    .main-right {
        width: calc(100% - 880px);
        padding: 0 20px;
    }
    .main-right .content-panel .img-list li img {
        height: 80px;
    }
    .main-left-top .top-title {
        width: 590px;
    }
    .main-recommend .recommend-content .pagination-next li {
        width: 300px;
    }
    .pagination-with-title ul li {
        width: 286px;
    }
    .yq-pic-box img {
        width: 280px;
    }
}

#adInArticle p:first-child {
    border-top: 1px dashed rgba(255, 185, 95, 1);
    border-bottom: 1px dashed rgba(255, 185, 95, 1);
    color: rgba(51, 51, 51, 1);
    padding: 17px 0;
    font-size: 17px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    text-align: left;
    line-height: 27px;
    letter-spacing: 0;
    margin-top: 28px;
    margin-bottom: 8px;
}

.adInArticletishi {
    position: relative;
}

.adInArticletishi p:first-child::after {
    position: absolute;
    width: 70px;
    height: 9px;
    background-image: url("/images/backtext.png");
    content: '';
    left: 0;
    top: 31px;
    opacity: 0.6;
    background-size: cover;
}

#exportToImg span {
    position: relative;
    top: -3px;
}
.social-share .icon-link img{ width:32px;}

.showMessage {padding: 10px 20px;border-radius: 5px;position: fixed;top: 40%;left: 50%;color: #ffffff;z-index: 999;transform: translate(-50%, 0);}
.showMessageSuccess {background-color: #f0f9eb;border: 1px solid #E1F3D8;color: #67c23a;}
.showMessageError {background-color: #fef0f0;border: 1px solid #fde2e2;color: #F76C6C;}



.main-single-block{
    width: 90%;
 flex-shrink: 0;
 border-radius: 16px;
 background: #FFF;
 margin-top: 20px;
 padding: 25px;
 border-radius:16px;
 border: 2px solid #AEFFF3;
 }
 .main-single-block-image img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
 }
 .main-single-block-image{
    width: 187px;
    height:140px;
    border-radius: 8px;
    margin-right: 19px;
    flex-shrink: 0;
    position: relative;
 }
 .main-single-block-top{
    display: flex;
 }
 .main-single-block-title{
    width: 390px;
 color: #333333;
 font-family: "Microsoft YaHei UI";
 font-size: 20px;main-single-block-des
 font-weight: 400;
 word-wrap: break-word;  
 word-break: break-all;  
 overflow: hidden;       
 text-overflow: ellipsis;  
 display: -webkit-box;
 -webkit-line-clamp: 3;   
 -webkit-box-orient: vertical;
 }
 .main-single-block-tj img{
 display: block;
 width: 22px;
 height:21px;
 margin-right: 6px;
 }
 .main-single-block-msg{
    display: flex;
    align-items: center;
    margin-top: 16px;
 }
 .main-single-block-msg span:first-of-type{
    font-size: 16px;
    margin-right: 12px;
    color: #999999;
 font-family: "PingFang SC";
 margin-bottom: auto;
flex-shrink: 0;
 }
 .main-single-block-msg span:nth-child(2){
    color: #666666;
 font-size: 16px;
 }
 .main-single-block-msg span:nth-child(2) a{
    color: #3CD3FE;
    }
 .main-single-block-button{
    justify-content: space-between;
 }
 .main-single-block-button div:first-of-type{
    width: 164px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 69px;
    border: 1px solid #D0FFFF;
    background: linear-gradient(105deg, #AEFFF3 -15.23%, #2BCCFF 79.78%);
    color: #ffffff;
 font-family: "PingFang SC";
 font-size: 16px;
 text-align: center;
 line-height: 32px;
 }
 .showmore-button{
    width: 100%;
 height: 48px;
 flex-shrink: 0;
 border-radius: 69px;
 border:1px solid #D0FFFF;
 background: linear-gradient(105deg, #AEFFF3 -15.23%, #2BCCFF 79.78%);
 color: #ffffff;
 font-family: "PingFang SC";
 text-align: center;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 margin-top: 12px;
 }
 .ticket-button{
    width: 164px;
 height: 32px;
 flex-shrink: 0;
 border-radius: 69px;
 border:1px solid #D0FFFF;
 color: #3cd3fe;
 font-family: "PingFang SC";
 font-size: 16px;
 text-align: center;
 line-height:32px;
 margin-right: 20px;
 white-space: nowrap; /* 确保文本在一行内显示 */
overflow: hidden; /* 隐藏超出容器的文本 */
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
color: #3CD3FE !important;
 }
 .more-title{
    color: #333333;
 font-family: "PingFang SC";
 font-size: 16px;
 font-weight: 700;
 margin: 12px 0 !important;
 line-height: normal;
 }
 .more-msg li{
    margin-bottom: 16px;
 }
 .more-msg li p:first-child{
    display: flex;
    align-items: center;
    margin: 6px 0;
    line-height: normal;
 }
 .more-msg li p:last-child{
    margin: 0px;
    margin-left: 20px;
    white-space: nowrap; /* 确保文本在一行内显示 */
  overflow: hidden; /* 隐藏超出容器的文本 */
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
  line-height: normal;
 }
 .more-msg{
    color: #666666;
 font-family: "PingFang SC";
 font-size: 16px;
 font-weight: 500;
 line-height: 16px;
 }
 .showmore-button p:first-child{
 font-size: 16px !important;
 margin: 0px;
 margin-top: 5px;
 }
 .showmore-button p{
    font-size:16px;
    margin: 0px;
    cursor: pointer;
    line-height: normal;
 }
 .button-wrap{
    display: flex;
    flex-wrap: wrap;
 }     
 .dot{
    display: inline-block;
    width:6px;
 height: 6px;
 flex-shrink: 0;
 border-radius: 16px;
 background: linear-gradient(104deg, #AEFFF3 12.38%, #2BCCFF 85.12%);
 margin-right: 12px;
 }
 .def-text{
    /* height: 84px; */
    flex-shrink: 0;
    border-top: 1px solid #ffffff00;
    border-bottom: 1px solid #ffffff00;
    background: linear-gradient(90deg, #bdf7f1b3 0%, #3cd3feb3 49.5%, #bbf1fab3 100%);
    position: absolute;
    color: #ffffff;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    line-height: normal !important;
    width: 70%;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    margin: auto;
 }

 
 .wangdian_wrap{
    border-bottom: 1px solid #ececec;
      padding: 10px 0;
}
.wangdian_wrap:last-child{
    border-bottom: none;
}
.wangdian{
font-size: 16px;
color: #404040 !important;
line-height: 30px;
font-weight: normal;
}
.wangdian_address{
font-size: 14px;
color: #999999;
display: block;

}
.wangdian:hover{
color:#ff6600 !important;
}
.wangdian_txt{
    border:none !important
}
#wangdian_more:hover{
    color:#ff6600;
    cursor: pointer
}


.checkbox {
    font-size: 17px;
    color: #000;
    margin-bottom: 13px;
    margin-top: 6px;
}

.checkbox b {
    display: inline-block;
    text-align: right;
    font-size: 18px;
}

.checkbox span{
	display: inline-block;
	white-space: nowrap;
	padding:0 9px 0 9px;
	 margin-right:8px;
	cursor: pointer;
	border-radius: 50px;
	font-size:16px;
}
.checkbox span.selected {
    background: #f60;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 28px;
    font-size: 16px;
    padding: 0 10px;
}

.checkbox span:hover {
    color: #f60;
}

.tab{ overflow:inherit !important;}
.tab h2.newh2{ padding-left: 10px;font-weight: normal;border-left: 5px solid #f60;line-height: 19px; margin:20px 0 20px 0;color: #333;font-size: 18px; font-weight:bold; }
.tab h3{ font-size:18px; margin-bottom:0; text-indent:36px;}
.tab .jswz{ color:#666; line-height:20px; display:block; font-size:14px;margin-bottom: 2px;}

.banshi-box{ font-size:16px; padding-top:5px;}
.banshi-box p{font-size:16px;line-height: 28px;margin-bottom: 14px;}
.banshi-box  img { max-width:100% !important;}

.channel_block{position:relative;}

#channelTab{ height:42px; padding-bottom:5px; z-index:999999; width:760px;background: #fff;}
.nav-content {height: 36px;font-size: 18px;background-color: #333;padding: 0 10px; }
.nav-content li {float: left;width: 123px;line-height: 36px;text-align: center;list-style: none;}
.nav-content a {display: block;height: 42px;text-decoration: none;color:#eee; font-weight:bold;  font-size:16px; text-decoration:none !important;}
.nav-content a:hover{color:#fff;}
.nav-content .cur {line-height: 35px;background: url(http://imgbdb2.bendibao.com/whbdb/20193/13/20190313144657_35150.png) bottom no-repeat}
.nav-content .cur a {color: #fff;}
.nav-content .cur a:hover{ text-decoration:none;color: #fff;}


.snav-position{ position:relative;}
.snav-position i{ position:absolute; top:-60px;}

.banshi-wandian p {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
	padding-left:5px;
}
.banshi-wandian p a{ color:#333;}
.banshi-wandian p a:hover{ color:#f60;}
.banshi-wandian p b {
    padding-left: 15px;
    height: 18px;
    display: block;
    line-height: 18px;
    margin-bottom: 11px;
    margin-top: 6px;
    background: url(http://imgbdb2.bendibao.com/whbdb/20193/21/20190321102457_38729.png) no-repeat 0px;
    background-size: 7px;
}

.nav-content-block p{ font-size:16px}
#block_00 p{ margin-bottom:10px;}
#block_00{ position:relative;}
.zuobianxf{ position:absolute; margin-left:-242px; top:0px; margin-top:50px; width:200px;}
.zuobianxf a{ display:block; text-align:right; font-size:14px; color:#333; padding-right:10px; height:16px; line-height:16px; margin-bottom:10px;}
.zuobianxfdq{color:#f60 !important;}
.zuobianxf a:hover{color:#f60 !important;}
.clear{ clear:both;}

.cailiao,.wenda,.yuyue{ margin-bottom:10px; border-bottom:1px solid #ededed; padding-bottom:10px;}
.cailiao>p,.wenda>p,.yuyue>p{ float:left; font-size:16px;color:#333; font-weight:bold}
.cailiao>a,.wenda>a,.yuyue>a{ color:#fff; background:#0099ff; font-size:13px; float: right; display:block; padding:0 12px; height:30px; line-height:30px; cursor:pointer;}
.cailiao a:hover{ background:#0080d6; text-decoration:none; color:#fff}
.wenda a:hover{text-decoration:none;}
.yuyue a:hover{background:#0080d6; text-decoration:none; color:#fff}

.cailiao:first-child{ margin-top:13px;}
.wenda:first-child{ margin-top:10px;}
.yuyue:first-child{ margin-top:10px;}
.cailiao:last-child,.wenda:last-child,.yuyue:last-child{ border-bottom:0;}

.wenda>p{ background:url(http://imgbdb2.bendibao.com/whbdb/20193/13/20190313184103_89748.png) left no-repeat; padding-left:30px;}
.wenda a{ background:none; color:#f60;    font-size: 15px;   }
.wenda a:hover{ color:#f60}
.wenda_da{ font-size:15px; color:#666}

.liucheng1{ width:640px; border:2px solid #329bea; margin:0 auto; margin-bottom:15px; border-radius:10px; padding-bottom:10px;}
.liucheng1.liucheng-big{ width:700px;}
.liucheng_bt{ height:32px; background:#329bea; text-align:center; line-height:32px; color:#fff; font-weight:bold; border-radius:7px 7px 0 0; margin-bottom:10px; font-size:16px;}
.liucheng1_box{padding:0 20px;}
.liucheng1 p{  margin:2px 0 !important;}
.jiantou{ width:65px; height:41px; background:url(http://imgbdb2.bendibao.com/whbdb/20193/13/20190313194243_27409.png) no-repeat; margin:0 auto; margin-bottom:10px;}

.yuyue a.yuyue_a{margin-right: 9px;background: #f60;}
.yuyue a.yuyue_a:hover{background:#f50; text-decoration:none; color:#fff}

.yuyue_da{ font-size:15px; color:#666}
.yuyue_da>a{ background:#329bea;    display: table; color:#fff; margin:0 auto; padding:5px 40px; border-radius:40px;}


.yuyue_anniu a{ background:#329bea;    display: table; color:#fff; margin:0 auto; padding:5px 40px; border-radius:40px;}
.yuyue_anniu img{ float:left; margin-top:7px; margin-right:10px;}
.yuyue_anniu span{ float:left;font-size: 20px; line-height: 38px; font-weight:bold}

.yuyue_anniu a:hover{ background:#1984d5; color:#fff}
.yuyue_anniuz{ font-size:14px; font-weight:bold; text-align:center; padding:15px 0;}


.liucheng2{ width:274px; border:2px solid #329bea; margin:0 auto; margin-bottom:10px; border-radius:10px; padding-bottom:10px;}
.liucheng_bt2{     height: 27px;text-align: center;line-height: 41px;font-weight: bold;border-radius: 7px 7px 0 0;margin-bottom: 10px;font-size: 16px;color: #329bea;}
.liucheng2_box{padding:0 20px;}
.liucheng2 p{ margin:2px 0 !important;}
.jiantou2{    width: 65px;height: 41px;background: url(http://imgbdb2.bendibao.com/whbdb/20193/13/20190313194243_27409.png) no-repeat center;margin: 0 auto;margin-bottom: 10px;background-size: 48px;}

.wdmore{text-align:center; background:#efefef; padding:5px !important;}
.wdmore a{ color:#666;}